
In object-oriented programming, the iterator pattern is a design pattern in which an iterator is used to traverse a container and access the container`s elements. The iterator pattern decouples algorithms from containers; in some cases, algorithms are necessarily container-specific and thus cannot be decoupled. ==Definition== The essence of the I....
Found on
http://en.wikipedia.org/wiki/Iterator_pattern
No exact match found.